home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
3_0
/
CUTILSLI
/
UTILITYL
/
UTILITYL.P
< prev
Wrap
Text File
|
1987-11-10
|
2KB
|
159 lines
/* Protoypes grabbed from file
** "atoi.c"
** 1987 Nov 10 (Tue) 09:29:24
*/
atoi(char *string);
/* Protoypes grabbed from file
** "ClrBit.c"
** 1987 Nov 10 (Tue) 09:24:36
*/
void
ClrBit(char *ptr,
short bitNum);
/* Protoypes grabbed from file
** "Error.c"
** 1987 Nov 10 (Tue) 09:29:35
*/
NoteError(char *str1,
char *str2,
char *str3,
char *str4); /* Ptrs to Pascal Strings */
/* Protoypes grabbed from file
** "Help.c"
** 1987 Nov 5 (Thu) 16:25:05
*/
do_help(short str_id);
read_help(ListHandle topics,
short num_topics,
short help_id[],
short str_id);
Boolean
show_help(DialogPtr the_dialog,
ListHandle topics,
short help_id[]);
pascal Boolean
help_filter(WindowPtr dp,
EventRecord *ep,
short *ip);
pascal void
help_action(ControlHandle the_scroll,
short partcode);
FileError(char *str1, /* Ptr to String */
char *str2);
/* Protoypes grabbed from file
** "LongAbs.c"
** 1987 Nov 10 (Tue) 09:30:31
*/
long
LongAbs(long l);
/* Protoypes grabbed from file
** "PrString.c"
** 1987 Nov 10 (Tue) 09:32:42
*/
PrString(short x,
short y,
char *str);
/* Protoypes grabbed from file
** "pStrCopy.c"
** 1987 Nov 10 (Tue) 09:32:03
*/
pStrCopy(char *p1,
char *p2); /* Ptrs to p1 and p2 */
/* Protoypes grabbed from file
** "Rand.c"
** 1987 Nov 10 (Tue) 11:21:28
*/
int
Rand(unsigned int div);
/* Protoypes grabbed from file
** "SetBit.c"
** 1987 Nov 10 (Tue) 09:22:38
*/
void
SetBit(char *ptr,
short bitNum);
/* Protoypes grabbed from file
** "stall.c"
** 1987 Nov 10 (Tue) 09:37:29
*/
void
stall(long secs);
/* Protoypes grabbed from file
** "StdGFile.c"
** 1987 Nov 10 (Tue) 09:39:36
*/
StdGFile(Str255 *fName, /* Ptr to fileName */
short *vRef, /* Ptr to Volume Ref */
short nTypes, /* Number of Types */
SFTypeList *tList, /* Ptr to Type List */
Point pt); /* Where to place the Dialog */
/* Protoypes grabbed from file
** "TeeTime About.c"
** 1987 Nov 5 (Thu) 16:07:16
*/
void
about(void);
/* Protoypes grabbed from file
** "TogBit.c"
** 1987 Nov 10 (Tue) 09:24:48
*/
void
TogBit(char *ptr,
short bitNum);
/* Protoypes grabbed from file
** "Transfer.c"
** 1987 Nov 10 (Tue) 09:40:58
*/
Transfer(Point pt);
/* Protoypes grabbed from file
** "TstBit.c"
** 1987 Nov 10 (Tue) 09:26:03
*/
char
TstBit(char *ptr,
short bitNum);